home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dino Crisis Digital Press Kit
/
Dino Crisis Digital Press Kit.iso
/
mac
/
f
/
00025_Script_25
< prev
next >
Wrap
Text File
|
1999-09-02
|
735b
|
32 lines
on mousedown
global gSoundLevel
set the soundlevel to 0
set the visible of sprite 19 to false
set the visible of sprite 20 to false
set the visible of sprite 21 to true
set the visible of sprite 22 to false
set the visible of sprite 23 to false
repeat while the stilldown
checkblip
set the movierate of sprite 10 to -5
updatestage
end repeat
end
on mouseup
global gSoundLevel
set the visible of sprite 19 to true
set the visible of sprite 20 to false
set the visible of sprite 21 to false
set the visible of sprite 22 to false
set the visible of sprite 23 to false
set the movierate of sprite 10 to 1
set the soundlevel to gSoundLevel
end